  body,
        html {
            height: 100%;
            font-family: 'Roboto', sans-serif;
            margin: auto 0;
        }

        /* Main Slider Styles */
        .main-slider-wrapper {
            position: relative;
        }

        .main-slider-wrapper #slider-contents {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            /*background: rgba(0, 0, 0, 0.5);轮播图背景*/ 
            z-index: 1;



        }
        
        .cloud-card-image-title1 {
  width: 100%;
  color: #fff;
  height: 300px;
  background-color: rgba(1, 24, 41, 0.52);
  text-align: center;
  font-size: 20px;
  line-height: 300px;
   padding: 0px 20px; 
  /* margin-top: 150px; */
  position: absolute;
  z-index: 1;
}
        
        
        .slick-dots li{
            top:-50px;
        }
        .main-slider-wrapper .jumbotron {
            position: absolute;
            bottom: 0px;
            right: 0;
            left: 0;
            background-color: rgba(0, 87, 166, 0.9);
            padding: 0;
            margin: auto;
            
            padding: 20px 40px 5px 40px;
        }

      

        .main-slider-wrapper p {
            font-size: 17px;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }
      

        .main-slider-wrapper .contents {
            margin-bottom: 28px;
        }

        .main-slider-wrapper .btn {
            margin-right: 10px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;

        }

        .main-slider-wrapper .btn-border {
            background: none;
            border: 2px solid #fff;
            padding: 13px 18px;
        }

        .main-slider-wrapper .btn-border:hover {
            background: #fff;
            color: #333;
        }

        .main-slider-wrapper .btn-warning.btn-3d::before {
            background: #ec8b1b;
        }

        /*Slick Slider Common Styles*/
        .slick-slider .slick-arrow {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            z-index: 9;
            background: #3a3a3a;
            background: rgba(58, 58, 58, 0.5);
            border-radius: 50%;
            padding: 25px;
            width: 70px;
            height: 70px;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            text-align: center;
        }

        .slick-slider .slick-arrow:hover {
            background: #3a3a3a;
        }

        .slick-slider .fa-angle-left {
            left: 45px;
        }

        .slick-slider .fa-angle-right {
            right: 45px;
        }





        .slideshow {
            position: relative;
            z-index: 1;

            max-width: 100%;
            /* margin: 50px auto; */

            height: 725px;
            margin-bottom: 20px;
      /*    background-image: url(http://www.un-dn.com/images/index4-c759e64744.png);  */
            background-color:#0e1e3a;
        }

        .slideshow * {
            outline: none;
        }

        .slideshow .test {
            /* box-shadow: 0 20px 50px -25px black; */
        }

        .slideshow .slider-track {
            -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
            transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        }

        .slideshow .item {
            height: 100%;
            position: relative;
            z-index: 1;
        }

        .slideshow .item img {
            width: 100%;
            /*-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
            /*transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
            /*-webkit-transform: scale(1.2);*/
            /*transform: scale(1.2); */
        }

        .slideshow .item.slick-active img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }


/*3d Btn Styles */
.btn-3d {
  position: relative;
  perspective: 800px;
  transition: background 0.6s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-3d::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #427ad8;
  border-radius: inherit;
  color: inherit;
  content: attr(data-hover);
  transform: rotateX(270deg);
  transition: transform 0.6s;
  transform-origin: 0 0;
  pointer-events: none;
  padding: inherit;
  font: inherit;
}

.btn-3d:hover::before,
.btn-3d:focus::before {
  transform: rotateX(10deg);
}



.layout-item-wrap,
.layout-item {
  transition-duration: 0.4s;
}

/*Property Styles*/
.property {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;

}

.item .property {
  box-shadow: 0 2px 15px #222;
}

.property .feature-image {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

.property .feature-image img {
  width: 100%;
  height: 241px;
}

.property .btn-sale {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 3px 7px 2px 7px;
  z-index: 1;
}

.property .btn-sale:hover {
  background: #333;
}

.property .property-contents {
  margin: 0 10px;
}

.property .property-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.property .entry-title {
  text-transform: capitalize;
  /* margin: 0 0 8px 0; */
  text-align: center;
}

.property .entry-title a {
  font-size: 20px;
}

.property .property-location {
  font-size: inherit;
  color: #999;
  display: block;
}

.property .property-location .fa {
  margin-right: 5px;
  font-size: 14px;
}

.property .btn-price {
  font-size: 15px;
  font-weight: 600;
}

.property .property-meta {
  color: #707070;
  font-size: 13px;
  margin-left: -19px;
}

.property .property-meta span {
  color: inherit;
  float: left;
  margin-left: 19px;
  margin-bottom: 2px;
}

.property .property-meta .fa {
  font-size: 14px;
  margin-right: 5px;
}

.property .author-box {
  display: none;
  font-size: 12px;
}

.property .author-box .author-img {
  float: left;
  margin-right: 10px;
}

.property .author-box .author-img img {
  border-radius: 50%;
}

.property .author-box .author-name {
  font-size: inherit;
  margin: 5px 0 0 0;
  color: inherit;
  display: block;
  font-style: normal;
}

.property .author-box .phone {
  font-weight: 600;
  font-size: inherit;
}

.property .author-box .phone .fa {
  color: #6c98e1;
  margin-right: 5px;
}

.property .contents {
  display: none;
  margin-bottom: 10px;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.text-blue-title{
    color: #005794;

}
.text-grey-title-two{
    color: #6d7478;

}

@media (min-width: 900px) {
    .text-blue-title,.jumbotron h1{
        font-size:2.5rem
    }

    .text-grey-title-two ,.jumbotron h2{
        font-size: 1.25rem
    }
    
     
    
    
}


@media (min-width: 768px) {
    .text-blue-title,.jumbotron h1{
        font-size:2.0rem
    }


    .text-grey-title-two ,.jumbotron h2{
        font-size: 1.0rem
    }
    
  
}

@media (min-width: 1280px) {
    .text-blue-title,.jumbotron h1{
        font-size:2.5rem
    }

    .text-grey-title-two,.jumbotron h2 {
        font-size: 2.0rem
    }
}


.more_a{
     color: #005794;
    outline: 0;
    text-decoration: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size:1em;
}





.cloud-content {
  background: #f5f5f5;
  padding: 80px 0;
}

.cloud-header {

  margin: 0 auto;
  position: relative;
}

.cloud-header h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.cloud-header h3 em {
  display: block;
  margin-bottom: 14px;
  font-style: normal;
  font-size: 30px;
}

.cloud-header h3 span {
  font-size: 16px;
  opacity: .6;
}

.cloud-wrapper .cloud-card {
  float: left;
  padding: 20px;
  cursor: pointer;
  /*min-height: 310px;*/
  background: transparent;
  width: calc(24.8% - -3px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}


@media screen and (max-width:3000px) {
    .cloud-wrapper .cloud-card {
 
    width:33.3333%;
  }
}

@media screen and (min-width:1677px) {
  
  .cloud-wrapper .cloud-card {
 
    width:33.3333%;
  }
  
  .cloud-card-image-title {
    padding: 10px 10px 0px 10px;
  }
   .cloud-card-image-title1 {
    /*padding: 100px 10px 0px 10px;*/
  }
  .news #news_left{
    visibility: visible; background: linear-gradient(0deg, #0057A8 0%, #003D75 100%);color:white;
    padding:100px 80px;
    
}
.news #news_right{
    visibility: visible; background: linear-gradient(0deg, #e4e8eb 0%, #b3bfc8 100%);
     padding:100px 80px;
    
}

}






@media screen and (max-width:1300px) and (min-width: 1025px) {
 
   .cloud-wrapper .cloud-card {
 
    width:33.3333%;
  }
}


@media screen and (max-width:1000px) {


.news #news_left{
    visibility: visible;  background-color:rgba(0, 87, 166, 0.9);color:white;
    padding:50px 50px;
    
}
.news #news_right{
    visibility: visible; background: linear-gradient(0deg, #e4e8eb 0%, #b3bfc8 100%);
     padding:50px 50px;
    
}
  .cloud-card-image-title {
    padding: 50px 10px 0px 10px;

  }

 
}


@media screen and (max-width:900px) {
 .cloud-wrapper .cloud-card {
    width:100%;
  }
}



.cloud-card-image {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.cloud-card-text {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}



.cloud-card-image .cloud-card-image-back {
  z-index: 0;
  position: absolute;
}

.cloud-card-image-title {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 87, 166, 0.8);
  text-align: center;
  font-size: 2em;
   padding: 20px 10px; 
  /* margin-top: 150px; */
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
  -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
  box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back {
  width: 100%;
  height: 300px;

  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}



  .news #news_left{
    visibility: visible; background: linear-gradient(0deg, #0057A8 0%, #003D75 100%);color:white;
    padding:100px 80px;
    
}
.news #news_right{
    visibility: visible; background: linear-gradient(0deg, #e4e8eb 0%, #b3bfc8 100%);
     padding:100px 80px;
    
}



.news #news_left ul,#news_right ul{
    padding-top:20px;
    margin-bottom: 20px;
}
.news #news_left .news_list,.news #news_right .news_list{
    padding-top:30px;
}
.news #news_left ul h5{
    color:white;
    text-decoration:underline;
}
.news #news_right ul h5{
    text-decoration:underline;
}



.cloud-card-image-title1 .center_line{
    display: inline-block;height: 130px;line-height: 30px;vertical-align: middle;text-align: left;
}


  .cloud-card-image-title1 .center_line span{
       font-size: 25px;
  }

  .cloud-card-image-title1 .center_line{
       font-size: 16px;
   }
   
     .main-slider-wrapper h2{
             color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }
          .main-slider-wrapper h1 {
            color: #fff;
          
            /*margin: 0 0 14px 0;*/

        }
        
        #valueOne,#valueTwo,#valueThree{
            font-size: 40px;
        }
